Html Css Color HEX #CBE5E1 Jagged Ice

📋 copy color: '#CBE5E1'

red 203 ◦ green 229 ◦ blue 225

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

Shades of Jagged Ice #CBE5E1

Tints of Jagged Ice #CBE5E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.25%

R = 30.9%
G = 34.86%
B = 34.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#CBE5E1 (or 0xCBE5E1) is known color: Jagged Ice. HEX triplet: CB, E5 and E1. RGB value is (203,229,225). Sum of RGB (Red+Green+Blue) = 203+229+225=657 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.90% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 225 (88.28% from 255 or 34.25% from 657); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE5E1 is #341A1E. Grayscale: #DCDCDC. Windows color (decimal): -3414559 or 14804427. OLE color: 14804427.

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

Color convert

RGB 203 229 225 -
CMYK 0.11 0 0.02 0.10
HSL 170.77º 0.33% 0.85% -
HSV(B) 170.77º 0.11% 0.9% -
XYZ 66.24 74.17 82.06 -
YUV 220.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 203 229 225 0.11 0 0.02 0.10 170.77 0.33 0.85
Hex CB E5 E1 B 0 2 A AB 21 55
Octal 313 345 341 13 0 2 12 253 41 125
Binary 11001011 11100101 11100001 1011 0 10 1010 10101011 100001 1010101

Color Harmonies of #CBE5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE5E1

Black with #CBE5E1

Text Example


Text Example

White with #CBE5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE5E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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