#CFE0CE

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

Shades of Blue Romance #CFE0CE

Tints of Blue Romance #CFE0CE

Color information

#CFE0CE (or 0xCFE0CE) is unknown color: approx Blue Romance. HEX triplet: CF, E0 and CE. RGB value is (207,224,206). Sum of RGB (Red+Green+Blue) = 207+224+206=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0CE is #301F31. Grayscale: #D8D8D8. Windows color (decimal): -3153714 or 13557967. OLE color: 13557967.

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

Color convert

RGB207224206-
CMYK0.0800.080.12
HSL116.67º22.5%84.31%-
HSV(B)116.67º8.04%87.84%-
XYZ63.5371.0368.75-
YUV216.86121.87120.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.50%
GREEN value IS 224 (87.89% from 255) = 35.16%
BLUE value IS 206 (80.86% from 255) = 32.34%
R=32.50%
G=35.16%
B=32.34%

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
Decimal2072242060.0800.080.12116.6722.584.31
HexCFE0CE808C751754
Octal317340316100101416527124
Binary11001111111000001100111010000100011001110101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE0CE; }

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

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

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

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

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

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

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

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