Html Css Color HEX #CBE2DF Jagged Ice

📋 copy color: '#CBE2DF'

red 203 ◦ green 226 ◦ blue 223

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

Shades of Jagged Ice #CBE2DF

Tints of Jagged Ice #CBE2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.2%

R = 31.13%
G = 34.66%
B = 34.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#CBE2DF (or 0xCBE2DF) is known color: Jagged Ice. HEX triplet: CB, E2 and DF. RGB value is (203,226,223). Sum of RGB (Red+Green+Blue) = 203+226+223=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE2DF is #341D20. Grayscale: #DADADA. Windows color (decimal): -3415329 or 14672587. OLE color: 14672587.

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

Color convert

RGB 203 226 223 -
CMYK 0.10 0 0.01 0.11
HSL 172.17º 0.28% 0.84% -
HSV(B) 172.17º 0.1% 0.89% -
XYZ 65.14 72.42 80.36 -
YUV 218.78 130.38 116.74 -
System Red Green Blue C M Y K H S L
Decimal 203 226 223 0.10 0 0.01 0.11 172.17 0.28 0.84
Hex CB E2 DF A 0 1 B AC 1C 54
Octal 313 342 337 12 0 1 13 254 34 124
Binary 11001011 11100010 11011111 1010 0 1 1011 10101100 11100 1010100

Color Harmonies of #CBE2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE2DF

Black with #CBE2DF

Text Example


Text Example

White with #CBE2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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