#CFE8CE

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

Shades of Blue Romance #CFE8CE

Tints of Blue Romance #CFE8CE

Color information

#CFE8CE (or 0xCFE8CE) is unknown color: approx Blue Romance. HEX triplet: CF, E8 and CE. RGB value is (207,232,206). Sum of RGB (Red+Green+Blue) = 207+232+206=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8CE is #301731. Grayscale: #DDDDDD. Windows color (decimal): -3151666 or 13560015. OLE color: 13560015.

HSL color Cylindrical-coordinate representation of color #CFE8CE: hue angle of 117.69º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE8CE is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB207232206-
CMYK0.1100.110.09
HSL117.69º36.11%85.88%-
HSV(B)117.69º11.21%90.98%-
XYZ65.7375.4369.49-
YUV221.56119.22117.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.09%
GREEN value IS 232 (91.02% from 255) = 35.97%
BLUE value IS 206 (80.86% from 255) = 31.94%
R=32.09%
G=35.97%
B=31.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072322060.1100.110.09117.6936.1185.88
HexCFE8CEB0B9762456
Octal317350316130131116644126
Binary110011111110100011001110101101011100111101101001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE8CE; }

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

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

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

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

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

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

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

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