#CFE1CE

Color #CFE1CE Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #CFE1CE

Tints of Blue Romance #CFE1CE

Color information

#CFE1CE (or 0xCFE1CE) is unknown color: approx Blue Romance. HEX triplet: CF, E1 and CE. RGB value is (207,225,206). Sum of RGB (Red+Green+Blue) = 207+225+206=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1CE is #301E31. Grayscale: #D9D9D9. Windows color (decimal): -3153458 or 13558223. OLE color: 13558223.

HSL color Cylindrical-coordinate representation of color #CFE1CE: hue angle of 116.84º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFE1CE is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB207225206-
CMYK0.0800.080.12
HSL116.84º24.05%84.51%-
HSV(B)116.84º8.44%88.24%-
XYZ63.871.5768.84-
YUV217.45121.54120.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 32.45%
GREEN value IS 225 (88.28% from 255) = 35.27%
BLUE value IS 206 (80.86% from 255) = 32.29%
R=32.45%
G=35.27%
B=32.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072252060.0800.080.12116.8424.0584.51
HexCFE1CE808C751855
Octal317341316100101416530125
Binary11001111111000011100111010000100011001110101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE1CE; }

 p { color: rgb(207,225,206); }

 H1.HeaderClassName
 {
   color: #CFE1CE;
 }
 .AnyTagClassName
 {
   color: #CFE1CE;
 }
</style>
background-color css

<style>
 a { background-color: #CFE1CE; }

 a { background-color: rgb(207,225,206); }

 div.DivClassName
 {
   background-color: #CFE1CE;
 }
 .BgClassName
 {
   background-color: #CFE1CE;
 }
</style>
border-color css

<style>
 span { border-color: #CFE1CE; }

 span { border-color: rgb(207,225,206); }

 td.TdClassName
 {
   border-color: #CFE1CE;
 }
 .TagClassName
 {
   border-color: #CFE1CE;
 }
</style>