Html Css Color HEX #CAD9D2 Iceberg

📋 copy color: '#CAD9D2'

red 202 ◦ green 217 ◦ blue 210

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

Shades of Iceberg #CAD9D2

Tints of Iceberg #CAD9D2

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.5%

 BLUE value IS 210 (82.42% from 255) = 33.39%

R = 32.11%
G = 34.5%
B = 33.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#CAD9D2 (or 0xCAD9D2) is known color: Iceberg. HEX triplet: CA, D9 and D2. RGB value is (202,217,210). Sum of RGB (Red+Green+Blue) = 202+217+210=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 210 (82.42% from 255 or 33.39% from 629); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9D2 is #35262D. Grayscale: #D3D3D3. Windows color (decimal): -3483182 or 13818314. OLE color: 13818314.

HSL color Cylindrical-coordinate representation of color #CAD9D2: hue angle of 152º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CAD9D2 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 217 210 -
CMYK 0.07 0 0.03 0.15
HSL 152º 0.16% 0.82% -
HSV(B) 152º 0.07% 0.85% -
XYZ 60.8 66.84 70.67 -
YUV 211.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 202 217 210 0.07 0 0.03 0.15 152 0.16 0.82
Hex CA D9 D2 7 0 3 F 98 10 52
Octal 312 331 322 7 0 3 17 230 20 122
Binary 11001010 11011001 11010010 111 0 11 1111 10011000 10000 1010010

Color Harmonies of #CAD9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD9D2

Black with #CAD9D2

Text Example


Text Example

White with #CAD9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD9D2; }

 p { color: rgb(202,217,210); }

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

background-color css

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

 a { background-color: rgb(202,217,210); }

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

border-color css

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

 span { border-color: rgb(202,217,210); }

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