Html Css Color HEX #CBE2DE Jagged Ice

📋 copy color: '#CBE2DE'

red 203 ◦ green 226 ◦ blue 222

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

Shades of Jagged Ice #CBE2DE

Tints of Jagged Ice #CBE2DE

RGB

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

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

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

R = 31.18%
G = 34.72%
B = 34.1%

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

#CBE2DE (or 0xCBE2DE) is known color: Jagged Ice. HEX triplet: CB, E2 and DE. RGB value is (203,226,222). Sum of RGB (Red+Green+Blue) = 203+226+222=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE2DE is #341D21. Grayscale: #DADADA. Windows color (decimal): -3415330 or 14607051. OLE color: 14607051.

HSL color Cylindrical-coordinate representation of color #CBE2DE: hue angle of 169.57º 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 #CBE2DE is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 226 222 -
CMYK 0.10 0 0.02 0.11
HSL 169.57º 0.28% 0.84% -
HSV(B) 169.57º 0.1% 0.89% -
XYZ 65.01 72.36 79.65 -
YUV 218.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 203 226 222 0.10 0 0.02 0.11 169.57 0.28 0.84
Hex CB E2 DE A 0 2 B AA 1C 54
Octal 313 342 336 12 0 2 13 252 34 124
Binary 11001011 11100010 11011110 1010 0 10 1011 10101010 11100 1010100

Color Harmonies of #CBE2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE2DE

Black with #CBE2DE

Text Example


Text Example

White with #CBE2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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