Html Css Color HEX #CBDEDB Jagged Ice

📋 copy color: '#CBDEDB'

red 203 ◦ green 222 ◦ blue 219

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

Shades of Jagged Ice #CBDEDB

Tints of Jagged Ice #CBDEDB

RGB

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

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

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

R = 31.52%
G = 34.47%
B = 34.01%

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

#CBDEDB (or 0xCBDEDB) is known color: Jagged Ice. HEX triplet: CB, DE and DB. RGB value is (203,222,219). Sum of RGB (Red+Green+Blue) = 203+222+219=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDEDB is #342124. Grayscale: #D7D7D7. Windows color (decimal): -3416357 or 14409419. OLE color: 14409419.

HSL color Cylindrical-coordinate representation of color #CBDEDB: hue angle of 170.53º 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 #CBDEDB is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 222 219 -
CMYK 0.09 0 0.01 0.13
HSL 170.53º 0.22% 0.83% -
HSV(B) 170.53º 0.09% 0.87% -
XYZ 63.54 70.05 77.19 -
YUV 215.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 203 222 219 0.09 0 0.01 0.13 170.53 0.22 0.83
Hex CB DE DB 9 0 1 D AB 16 53
Octal 313 336 333 11 0 1 15 253 26 123
Binary 11001011 11011110 11011011 1001 0 1 1101 10101011 10110 1010011

Color Harmonies of #CBDEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDEDB

Black with #CBDEDB

Text Example


Text Example

White with #CBDEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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