Html Css Color HEX #CBE4E1 Jagged Ice

📋 copy color: '#CBE4E1'

red 203 ◦ green 228 ◦ blue 225

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

Shades of Jagged Ice #CBE4E1

Tints of Jagged Ice #CBE4E1

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.76%

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

R = 30.95%
G = 34.76%
B = 34.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#CBE4E1 (or 0xCBE4E1) is known color: Jagged Ice. HEX triplet: CB, E4 and E1. RGB value is (203,228,225). Sum of RGB (Red+Green+Blue) = 203+228+225=656 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.95% from 656); Green value is 228 (89.45% from 255 or 34.76% from 656); Blue value is 225 (88.28% from 255 or 34.30% from 656); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4E1 is #341B1E. Grayscale: #DCDCDC. Windows color (decimal): -3414815 or 14804171. OLE color: 14804171.

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

Color convert

RGB 203 228 225 -
CMYK 0.11 0 0.01 0.11
HSL 172.8º 0.32% 0.85% -
HSV(B) 172.8º 0.11% 0.89% -
XYZ 65.96 73.62 81.97 -
YUV 220.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 203 228 225 0.11 0 0.01 0.11 172.8 0.32 0.85
Hex CB E4 E1 B 0 1 B AD 20 55
Octal 313 344 341 13 0 1 13 255 40 125
Binary 11001011 11100100 11100001 1011 0 1 1011 10101101 100000 1010101

Color Harmonies of #CBE4E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE4E1

Black with #CBE4E1

Text Example


Text Example

White with #CBE4E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE4E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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