Html Css Color HEX #CBE3DD Jagged Ice

📋 copy color: '#CBE3DD'

red 203 ◦ green 227 ◦ blue 221

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

Shades of Jagged Ice #CBE3DD

Tints of Jagged Ice #CBE3DD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.87%

 BLUE value IS 221 (86.72% from 255) = 33.95%

R = 31.18%
G = 34.87%
B = 33.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#CBE3DD (or 0xCBE3DD) is known color: Jagged Ice. HEX triplet: CB, E3 and DD. RGB value is (203,227,221). Sum of RGB (Red+Green+Blue) = 203+227+221=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 227 (89.06% from 255 or 34.87% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE3DD is #341C22. Grayscale: #DBDBDB. Windows color (decimal): -3415075 or 14541771. OLE color: 14541771.

HSL color Cylindrical-coordinate representation of color #CBE3DD: hue angle of 165º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBE3DD is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 227 221 -
CMYK 0.11 0 0.03 0.11
HSL 165º 0.3% 0.84% -
HSV(B) 165º 0.11% 0.89% -
XYZ 65.15 72.86 79.04 -
YUV 219.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 203 227 221 0.11 0 0.03 0.11 165 0.3 0.84
Hex CB E3 DD B 0 3 B A5 1E 54
Octal 313 343 335 13 0 3 13 245 36 124
Binary 11001011 11100011 11011101 1011 0 11 1011 10100101 11110 1010100

Color Harmonies of #CBE3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE3DD

Black with #CBE3DD

Text Example


Text Example

White with #CBE3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE3DD; }

 p { color: rgb(203,227,221); }

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

background-color css

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

 a { background-color: rgb(203,227,221); }

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

border-color css

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

 span { border-color: rgb(203,227,221); }

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