Html Css Color HEX #CEE3CC Blue Romance

📋 copy color: '#CEE3CC'

red 206 ◦ green 227 ◦ blue 204

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

Shades of Blue Romance #CEE3CC

Tints of Blue Romance #CEE3CC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.64%

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

R = 32.34%
G = 35.64%
B = 32.03%

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

#CEE3CC (or 0xCEE3CC) is known color: Blue Romance. HEX triplet: CE, E3 and CC. RGB value is (206,227,204). Sum of RGB (Red+Green+Blue) = 206+227+204=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE3CC is #311C33. Grayscale: #DADADA. Windows color (decimal): -3218484 or 13427662. OLE color: 13427662.

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

Color convert

RGB 206 227 204 -
CMYK 0.09 0 0.10 0.11
HSL 114.78º 0.29% 0.85% -
HSV(B) 114.78º 0.1% 0.89% -
XYZ 63.82 72.42 67.74 -
YUV 218.1 120.04 119.37 -
System Red Green Blue C M Y K H S L
Decimal 206 227 204 0.09 0 0.10 0.11 114.78 0.29 0.85
Hex CE E3 CC 9 0 A B 73 1D 55
Octal 316 343 314 11 0 12 13 163 35 125
Binary 11001110 11100011 11001100 1001 0 1010 1011 1110011 11101 1010101

Color Harmonies of #CEE3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE3CC

Black with #CEE3CC

Text Example


Text Example

White with #CEE3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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