Html Css Color HEX #CEE1CC Blue Romance

📋 copy color: '#CEE1CC'

red 206 ◦ green 225 ◦ blue 204

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

Shades of Blue Romance #CEE1CC

Tints of Blue Romance #CEE1CC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.43%

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

R = 32.44%
G = 35.43%
B = 32.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#CEE1CC (or 0xCEE1CC) is known color: Blue Romance. HEX triplet: CE, E1 and CC. RGB value is (206,225,204). Sum of RGB (Red+Green+Blue) = 206+225+204=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1CC is #311E33. Grayscale: #D8D8D8. Windows color (decimal): -3218996 or 13427150. OLE color: 13427150.

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

Color convert

RGB 206 225 204 -
CMYK 0.08 0 0.09 0.12
HSL 114.29º 0.26% 0.84% -
HSV(B) 114.29º 0.09% 0.88% -
XYZ 63.28 71.33 67.56 -
YUV 216.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 206 225 204 0.08 0 0.09 0.12 114.29 0.26 0.84
Hex CE E1 CC 8 0 9 C 72 1A 54
Octal 316 341 314 10 0 11 14 162 32 124
Binary 11001110 11100001 11001100 1000 0 1001 1100 1110010 11010 1010100

Color Harmonies of #CEE1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE1CC

Black with #CEE1CC

Text Example


Text Example

White with #CEE1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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