Html Css Color HEX #CBDEDC Jagged Ice

📋 copy color: '#CBDEDC'

red 203 ◦ green 222 ◦ blue 220

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

Shades of Jagged Ice #CBDEDC

Tints of Jagged Ice #CBDEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.42%

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

R = 31.47%
G = 34.42%
B = 34.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#CBDEDC (or 0xCBDEDC) is known color: Jagged Ice. HEX triplet: CB, DE and DC. RGB value is (203,222,220). Sum of RGB (Red+Green+Blue) = 203+222+220=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDEDC is #342123. Grayscale: #D8D8D8. Windows color (decimal): -3416356 or 14474955. OLE color: 14474955.

HSL color Cylindrical-coordinate representation of color #CBDEDC: hue angle of 173.68º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBDEDC is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 222 220 -
CMYK 0.09 0 0.01 0.13
HSL 173.68º 0.22% 0.83% -
HSV(B) 173.68º 0.09% 0.87% -
XYZ 63.67 70.11 77.89 -
YUV 216.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 203 222 220 0.09 0 0.01 0.13 173.68 0.22 0.83
Hex CB DE DC 9 0 1 D AE 16 53
Octal 313 336 334 11 0 1 15 256 26 123
Binary 11001011 11011110 11011100 1001 0 1 1101 10101110 10110 1010011

Color Harmonies of #CBDEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDEDC

Black with #CBDEDC

Text Example


Text Example

White with #CBDEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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