Html Css Color HEX #CBE3DE Jagged Ice

📋 copy color: '#CBE3DE'

red 203 ◦ green 227 ◦ blue 222

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

Shades of Jagged Ice #CBE3DE

Tints of Jagged Ice #CBE3DE

RGB

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

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

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

R = 31.13%
G = 34.82%
B = 34.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#CBE3DE (or 0xCBE3DE) is known color: Jagged Ice. HEX triplet: CB, E3 and DE. RGB value is (203,227,222). Sum of RGB (Red+Green+Blue) = 203+227+222=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE3DE is #341C21. Grayscale: #DBDBDB. Windows color (decimal): -3415074 or 14607307. OLE color: 14607307.

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

Color convert

RGB 203 227 222 -
CMYK 0.11 0 0.02 0.11
HSL 167.5º 0.3% 0.84% -
HSV(B) 167.5º 0.11% 0.89% -
XYZ 65.28 72.91 79.74 -
YUV 219.25 129.55 116.41 -
System Red Green Blue C M Y K H S L
Decimal 203 227 222 0.11 0 0.02 0.11 167.5 0.3 0.84
Hex CB E3 DE B 0 2 B A8 1E 54
Octal 313 343 336 13 0 2 13 250 36 124
Binary 11001011 11100011 11011110 1011 0 10 1011 10101000 11110 1010100

Color Harmonies of #CBE3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE3DE

Black with #CBE3DE

Text Example


Text Example

White with #CBE3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE3DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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