Html Css Color HEX #CEE2CC Blue Romance

📋 copy color: '#CEE2CC'

red 206 ◦ green 226 ◦ blue 204

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

Shades of Blue Romance #CEE2CC

Tints of Blue Romance #CEE2CC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.53%

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

R = 32.39%
G = 35.53%
B = 32.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#CEE2CC (or 0xCEE2CC) is known color: Blue Romance. HEX triplet: CE, E2 and CC. RGB value is (206,226,204). Sum of RGB (Red+Green+Blue) = 206+226+204=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 226 (88.67% from 255 or 35.53% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE2CC is #311D33. Grayscale: #D9D9D9. Windows color (decimal): -3218740 or 13427406. OLE color: 13427406.

HSL color Cylindrical-coordinate representation of color #CEE2CC: hue angle of 114.55º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEE2CC is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 226 204 -
CMYK 0.09 0 0.10 0.11
HSL 114.55º 0.28% 0.84% -
HSV(B) 114.55º 0.1% 0.89% -
XYZ 63.55 71.87 67.65 -
YUV 217.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 206 226 204 0.09 0 0.10 0.11 114.55 0.28 0.84
Hex CE E2 CC 9 0 A B 73 1C 54
Octal 316 342 314 11 0 12 13 163 34 124
Binary 11001110 11100010 11001100 1001 0 1010 1011 1110011 11100 1010100

Color Harmonies of #CEE2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE2CC

Black with #CEE2CC

Text Example


Text Example

White with #CEE2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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