Html Css Color HEX #CAE5DB Iceberg

📋 copy color: '#CAE5DB'

red 202 ◦ green 229 ◦ blue 219

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

Shades of Iceberg #CAE5DB

Tints of Iceberg #CAE5DB

RGB

 RED value IS 202 (79.3% from 255) = 31.08%

 GREEN value IS 229 (89.84% from 255) = 35.23%

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

R = 31.08%
G = 35.23%
B = 33.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#CAE5DB (or 0xCAE5DB) is known color: Iceberg. HEX triplet: CA, E5 and DB. RGB value is (202,229,219). Sum of RGB (Red+Green+Blue) = 202+229+219=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 229 (89.84% from 255 or 35.23% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE5DB is #351A24. Grayscale: #DBDBDB. Windows color (decimal): -3480101 or 14411210. OLE color: 14411210.

HSL color Cylindrical-coordinate representation of color #CAE5DB: hue angle of 157.78º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAE5DB is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 219 -
CMYK 0.12 0 0.04 0.10
HSL 157.78º 0.34% 0.85% -
HSV(B) 157.78º 0.12% 0.9% -
XYZ 65.16 73.71 77.81 -
YUV 219.79 127.55 115.31 -
System Red Green Blue C M Y K H S L
Decimal 202 229 219 0.12 0 0.04 0.10 157.78 0.34 0.85
Hex CA E5 DB C 0 4 A 9E 22 55
Octal 312 345 333 14 0 4 12 236 42 125
Binary 11001010 11100101 11011011 1100 0 100 1010 10011110 100010 1010101

Color Harmonies of #CAE5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE5DB

Black with #CAE5DB

Text Example


Text Example

White with #CAE5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE5DB; }

 p { color: rgb(202,229,219); }

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

background-color css

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

 a { background-color: rgb(202,229,219); }

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

border-color css

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

 span { border-color: rgb(202,229,219); }

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