Html Css Color HEX #CEE4CB Blue Romance

📋 copy color: '#CEE4CB'

red 206 ◦ green 228 ◦ blue 203

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

Shades of Blue Romance #CEE4CB

Tints of Blue Romance #CEE4CB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.79%

 BLUE value IS 203 (79.69% from 255) = 31.87%

R = 32.34%
G = 35.79%
B = 31.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#CEE4CB (or 0xCEE4CB) is known color: Blue Romance. HEX triplet: CE, E4 and CB. RGB value is (206,228,203). Sum of RGB (Red+Green+Blue) = 206+228+203=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE4CB is #311B34. Grayscale: #DADADA. Windows color (decimal): -3218229 or 13362382. OLE color: 13362382.

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

Color convert

RGB 206 228 203 -
CMYK 0.10 0 0.11 0.11
HSL 112.8º 0.32% 0.85% -
HSV(B) 112.8º 0.11% 0.89% -
XYZ 63.98 72.92 67.2 -
YUV 218.57 119.21 119.03 -
System Red Green Blue C M Y K H S L
Decimal 206 228 203 0.10 0 0.11 0.11 112.8 0.32 0.85
Hex CE E4 CB A 0 B B 71 20 55
Octal 316 344 313 12 0 13 13 161 40 125
Binary 11001110 11100100 11001011 1010 0 1011 1011 1110001 100000 1010101

Color Harmonies of #CEE4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE4CB

Black with #CEE4CB

Text Example


Text Example

White with #CEE4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE4CB; }

 p { color: rgb(206,228,203); }

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

background-color css

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

 a { background-color: rgb(206,228,203); }

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

border-color css

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

 span { border-color: rgb(206,228,203); }

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