Html Css Color HEX #CBE0DC Jagged Ice

📋 copy color: '#CBE0DC'

red 203 ◦ green 224 ◦ blue 220

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

Shades of Jagged Ice #CBE0DC

Tints of Jagged Ice #CBE0DC

RGB

 RED value IS 203 (79.69% from 255) = 31.38%

 GREEN value IS 224 (87.89% from 255) = 34.62%

 BLUE value IS 220 (86.33% from 255) = 34%

R = 31.38%
G = 34.62%
B = 34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#CBE0DC (or 0xCBE0DC) is known color: Jagged Ice. HEX triplet: CB, E0 and DC. RGB value is (203,224,220). Sum of RGB (Red+Green+Blue) = 203+224+220=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE0DC is #341F23. Grayscale: #D9D9D9. Windows color (decimal): -3415844 or 14475467. OLE color: 14475467.

HSL color Cylindrical-coordinate representation of color #CBE0DC: hue angle of 168.57º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBE0DC is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 224 220 -
CMYK 0.09 0 0.02 0.12
HSL 168.57º 0.25% 0.84% -
HSV(B) 168.57º 0.09% 0.88% -
XYZ 64.2 71.18 78.06 -
YUV 217.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 203 224 220 0.09 0 0.02 0.12 168.57 0.25 0.84
Hex CB E0 DC 9 0 2 C A9 19 54
Octal 313 340 334 11 0 2 14 251 31 124
Binary 11001011 11100000 11011100 1001 0 10 1100 10101001 11001 1010100

Color Harmonies of #CBE0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE0DC

Black with #CBE0DC

Text Example


Text Example

White with #CBE0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE0DC; }

 p { color: rgb(203,224,220); }

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

background-color css

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

 a { background-color: rgb(203,224,220); }

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

border-color css

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

 span { border-color: rgb(203,224,220); }

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