Html Css Color HEX #CBDCD9 Jagged Ice

📋 copy color: '#CBDCD9'

red 203 ◦ green 220 ◦ blue 217

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

Shades of Jagged Ice #CBDCD9

Tints of Jagged Ice #CBDCD9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.38%

 BLUE value IS 217 (85.16% from 255) = 33.91%

R = 31.72%
G = 34.38%
B = 33.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#CBDCD9 (or 0xCBDCD9) is known color: Jagged Ice. HEX triplet: CB, DC and D9. RGB value is (203,220,217). Sum of RGB (Red+Green+Blue) = 203+220+217=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCD9 is #342326. Grayscale: #D6D6D6. Windows color (decimal): -3416871 or 14277835. OLE color: 14277835.

HSL color Cylindrical-coordinate representation of color #CBDCD9: hue angle of 169.41º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBDCD9 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 220 217 -
CMYK 0.08 0 0.01 0.14
HSL 169.41º 0.2% 0.83% -
HSV(B) 169.41º 0.08% 0.86% -
XYZ 62.75 68.89 75.64 -
YUV 214.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 203 220 217 0.08 0 0.01 0.14 169.41 0.2 0.83
Hex CB DC D9 8 0 1 E A9 14 53
Octal 313 334 331 10 0 1 16 251 24 123
Binary 11001011 11011100 11011001 1000 0 1 1110 10101001 10100 1010011

Color Harmonies of #CBDCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDCD9

Black with #CBDCD9

Text Example


Text Example

White with #CBDCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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