#CEF2CD

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

Shades of Blue Romance #CEF2CD

Tints of Blue Romance #CEF2CD

Color information

#CEF2CD (or 0xCEF2CD) is unknown color: approx Blue Romance. HEX triplet: CE, F2 and CD. RGB value is (206,242,205). Sum of RGB (Red+Green+Blue) = 206+242+205=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2CD is #310D32. Grayscale: #E3E3E3. Windows color (decimal): -3214643 or 13497038. OLE color: 13497038.

HSL color Cylindrical-coordinate representation of color #CEF2CD: hue angle of 118.38º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF2CD is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB206242205-
CMYK0.1500.150.05
HSL118.38º58.73%87.65%-
HSV(B)118.38º15.29%94.9%-
XYZ68.2381.0369.8-
YUV227.02115.57113.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.55%
GREEN value IS 242 (94.92% from 255) = 37.06%
BLUE value IS 205 (80.47% from 255) = 31.39%
R=31.55%
G=37.06%
B=31.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062422050.1500.150.05118.3858.7387.65
HexCEF2CDF0F5763b58
Octal31636231517017516673130
Binary11001110111100101100110111110111110111101101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF2CD; }

 p { color: rgb(206,242,205); }

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

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

 a { background-color: rgb(206,242,205); }

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

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

 span { border-color: rgb(206,242,205); }

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