Html Css Color HEX #CBE4E2 Jagged Ice

📋 copy color: '#CBE4E2'

red 203 ◦ green 228 ◦ blue 226

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

Shades of Jagged Ice #CBE4E2

Tints of Jagged Ice #CBE4E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.4%

R = 30.9%
G = 34.7%
B = 34.4%

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

#CBE4E2 (or 0xCBE4E2) is known color: Jagged Ice. HEX triplet: CB, E4 and E2. RGB value is (203,228,226). Sum of RGB (Red+Green+Blue) = 203+228+226=657 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.90% from 657); Green value is 228 (89.45% from 255 or 34.70% from 657); Blue value is 226 (88.67% from 255 or 34.40% from 657); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4E2 is #341B1D. Grayscale: #DCDCDC. Windows color (decimal): -3414814 or 14869707. OLE color: 14869707.

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

Color convert

RGB 203 228 226 -
CMYK 0.11 0 0.01 0.11
HSL 175.2º 0.32% 0.85% -
HSV(B) 175.2º 0.11% 0.89% -
XYZ 66.1 73.67 82.69 -
YUV 220.3 131.22 115.66 -
System Red Green Blue C M Y K H S L
Decimal 203 228 226 0.11 0 0.01 0.11 175.2 0.32 0.85
Hex CB E4 E2 B 0 1 B AF 20 55
Octal 313 344 342 13 0 1 13 257 40 125
Binary 11001011 11100100 11100010 1011 0 1 1011 10101111 100000 1010101

Color Harmonies of #CBE4E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE4E2

Black with #CBE4E2

Text Example


Text Example

White with #CBE4E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE4E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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