Html Css Color HEX #CBE2DD Jagged Ice

📋 copy color: '#CBE2DD'

red 203 ◦ green 226 ◦ blue 221

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

Shades of Jagged Ice #CBE2DD

Tints of Jagged Ice #CBE2DD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.77%

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

R = 31.23%
G = 34.77%
B = 34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#CBE2DD (or 0xCBE2DD) is known color: Jagged Ice. HEX triplet: CB, E2 and DD. RGB value is (203,226,221). Sum of RGB (Red+Green+Blue) = 203+226+221=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE2DD is #341D22. Grayscale: #DADADA. Windows color (decimal): -3415331 or 14541515. OLE color: 14541515.

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

Color convert

RGB 203 226 221 -
CMYK 0.10 0 0.02 0.11
HSL 166.96º 0.28% 0.84% -
HSV(B) 166.96º 0.1% 0.89% -
XYZ 64.88 72.31 78.94 -
YUV 218.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 203 226 221 0.10 0 0.02 0.11 166.96 0.28 0.84
Hex CB E2 DD A 0 2 B A7 1C 54
Octal 313 342 335 12 0 2 13 247 34 124
Binary 11001011 11100010 11011101 1010 0 10 1011 10100111 11100 1010100

Color Harmonies of #CBE2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE2DD

Black with #CBE2DD

Text Example


Text Example

White with #CBE2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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