Html Css Color HEX #CBDFDE Jagged Ice

📋 copy color: '#CBDFDE'

red 203 ◦ green 223 ◦ blue 222

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

Shades of Jagged Ice #CBDFDE

Tints of Jagged Ice #CBDFDE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.41%

 BLUE value IS 222 (87.11% from 255) = 34.26%

R = 31.33%
G = 34.41%
B = 34.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#CBDFDE (or 0xCBDFDE) is known color: Jagged Ice. HEX triplet: CB, DF and DE. RGB value is (203,223,222). Sum of RGB (Red+Green+Blue) = 203+223+222=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDFDE is #342021. Grayscale: #D8D8D8. Windows color (decimal): -3416098 or 14606283. OLE color: 14606283.

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

Color convert

RGB 203 223 222 -
CMYK 0.09 0 0.00 0.13
HSL 177º 0.24% 0.84% -
HSV(B) 177º 0.09% 0.87% -
XYZ 64.2 70.75 79.38 -
YUV 216.91 130.87 118.08 -
System Red Green Blue C M Y K H S L
Decimal 203 223 222 0.09 0 0.00 0.13 177 0.24 0.84
Hex CB DF DE 9 0 0 D B1 18 54
Octal 313 337 336 11 0 0 15 261 30 124
Binary 11001011 11011111 11011110 1001 0 0 1101 10110001 11000 1010100

Color Harmonies of #CBDFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDFDE

Black with #CBDFDE

Text Example


Text Example

White with #CBDFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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