Html Css Color HEX #CEF2CC Blue Romance

📋 copy color: '#CEF2CC'

red 206 ◦ green 242 ◦ blue 204

#CEF2CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Romance #CEF2CC

Tints of Blue Romance #CEF2CC

RGB

 RED value IS 206 (80.86% from 255) = 31.6%

 GREEN value IS 242 (94.92% from 255) = 37.12%

 BLUE value IS 204 (80.08% from 255) = 31.29%

R = 31.6%
G = 37.12%
B = 31.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#CEF2CC (or 0xCEF2CC) is known color: Blue Romance. HEX triplet: CE, F2 and CC. RGB value is (206,242,204). Sum of RGB (Red+Green+Blue) = 206+242+204=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2CC is #310D33. Grayscale: #E3E3E3. Windows color (decimal): -3214644 or 13431502. OLE color: 13431502.

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

Color convert

RGB 206 242 204 -
CMYK 0.15 0 0.16 0.05
HSL 116.84º 0.59% 0.87% -
HSV(B) 116.84º 0.16% 0.95% -
XYZ 68.1 80.99 69.17 -
YUV 226.9 115.07 113.09 -
System Red Green Blue C M Y K H S L
Decimal 206 242 204 0.15 0 0.16 0.05 116.84 0.59 0.87
Hex CE F2 CC F 0 10 5 75 3B 57
Octal 316 362 314 17 0 20 5 165 73 127
Binary 11001110 11110010 11001100 1111 0 10000 101 1110101 111011 1010111

Color Harmonies of #CEF2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF2CC

Black with #CEF2CC

Text Example


Text Example

White with #CEF2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF2CC; }

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

 H1.HeaderClassName
 {
   color: #CEF2CC;
 }
 .AnyTagClassName
 {
   color: #CEF2CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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