Html Css Color HEX #CBE5E3 Jagged Ice

📋 copy color: '#CBE5E3'

red 203 ◦ green 229 ◦ blue 227

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

Shades of Jagged Ice #CBE5E3

Tints of Jagged Ice #CBE5E3

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.75%

 BLUE value IS 227 (89.06% from 255) = 34.45%

R = 30.8%
G = 34.75%
B = 34.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#CBE5E3 (or 0xCBE5E3) is known color: Jagged Ice. HEX triplet: CB, E5 and E3. RGB value is (203,229,227). Sum of RGB (Red+Green+Blue) = 203+229+227=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 229 (89.84% from 255 or 34.75% from 659); Blue value is 227 (89.06% from 255 or 34.45% from 659); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE5E3 is #341A1C. Grayscale: #DCDCDC. Windows color (decimal): -3414557 or 14935499. OLE color: 14935499.

HSL color Cylindrical-coordinate representation of color #CBE5E3: hue angle of 175.38º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBE5E3 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 229 227 -
CMYK 0.11 0 0.01 0.10
HSL 175.38º 0.33% 0.85% -
HSV(B) 175.38º 0.11% 0.9% -
XYZ 66.51 74.28 83.51 -
YUV 221 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 203 229 227 0.11 0 0.01 0.10 175.38 0.33 0.85
Hex CB E5 E3 B 0 1 A AF 21 55
Octal 313 345 343 13 0 1 12 257 41 125
Binary 11001011 11100101 11100011 1011 0 1 1010 10101111 100001 1010101

Color Harmonies of #CBE5E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE5E3

Black with #CBE5E3

Text Example


Text Example

White with #CBE5E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE5E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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