#CFE9CC

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

Shades of Blue Romance #CFE9CC

Tints of Blue Romance #CFE9CC

Color information

#CFE9CC (or 0xCFE9CC) is unknown color: approx Blue Romance. HEX triplet: CF, E9 and CC. RGB value is (207,233,204). Sum of RGB (Red+Green+Blue) = 207+233+204=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 233 (91.41% from 255 or 36.18% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE9CC is #301633. Grayscale: #DEDEDE. Windows color (decimal): -3151412 or 13429199. OLE color: 13429199.

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

Color convert

RGB207233204-
CMYK0.1100.120.09
HSL113.79º39.73%85.69%-
HSV(B)113.79º12.45%91.37%-
XYZ65.7775.968.31-
YUV221.92117.89117.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.14%
GREEN value IS 233 (91.41% from 255) = 36.18%
BLUE value IS 204 (80.08% from 255) = 31.68%
R=32.14%
G=36.18%
B=31.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072332040.1100.120.09113.7939.7385.69
HexCFE9CCB0C9722856
Octal317351314130141116250126
Binary110011111110100111001100101101100100111100101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE9CC; }

 p { color: rgb(207,233,204); }

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

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

 a { background-color: rgb(207,233,204); }

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

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

 span { border-color: rgb(207,233,204); }

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