Html Css Color HEX #CEEDDB White Ice

📋 copy color: '#CEEDDB'

red 206 ◦ green 237 ◦ blue 219

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

Shades of White Ice #CEEDDB

Tints of White Ice #CEEDDB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.8%

 BLUE value IS 219 (85.94% from 255) = 33.08%

R = 31.12%
G = 35.8%
B = 33.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#CEEDDB (or 0xCEEDDB) is known color: White Ice. HEX triplet: CE, ED and DB. RGB value is (206,237,219). Sum of RGB (Red+Green+Blue) = 206+237+219=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDDB is #311224. Grayscale: #E1E1E1. Windows color (decimal): -3215909 or 14413262. OLE color: 14413262.

HSL color Cylindrical-coordinate representation of color #CEEDDB: hue angle of 145.16º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEEDDB is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 237 219 -
CMYK 0.13 0 0.08 0.07
HSL 145.16º 0.46% 0.87% -
HSV(B) 145.16º 0.13% 0.93% -
XYZ 68.52 78.8 78.62 -
YUV 225.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 206 237 219 0.13 0 0.08 0.07 145.16 0.46 0.87
Hex CE ED DB D 0 8 7 91 2E 57
Octal 316 355 333 15 0 10 7 221 56 127
Binary 11001110 11101101 11011011 1101 0 1000 111 10010001 101110 1010111

Color Harmonies of #CEEDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEDDB

Black with #CEEDDB

Text Example


Text Example

White with #CEEDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEDDB; }

 p { color: rgb(206,237,219); }

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

background-color css

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

 a { background-color: rgb(206,237,219); }

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

border-color css

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

 span { border-color: rgb(206,237,219); }

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