Html Css Color HEX #CBEAE2 Jagged Ice

📋 copy color: '#CBEAE2'

red 203 ◦ green 234 ◦ blue 226

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

Shades of Jagged Ice #CBEAE2

Tints of Jagged Ice #CBEAE2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.29%

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

R = 30.62%
G = 35.29%
B = 34.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#CBEAE2 (or 0xCBEAE2) is known color: Jagged Ice. HEX triplet: CB, EA and E2. RGB value is (203,234,226). Sum of RGB (Red+Green+Blue) = 203+234+226=663 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.62% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 226 (88.67% from 255 or 34.09% from 663); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEAE2 is #34151D. Grayscale: #DFDFDF. Windows color (decimal): -3413278 or 14871243. OLE color: 14871243.

HSL color Cylindrical-coordinate representation of color #CBEAE2: hue angle of 164.52º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBEAE2 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 234 226 -
CMYK 0.13 0 0.03 0.08
HSL 164.52º 0.42% 0.86% -
HSV(B) 164.52º 0.13% 0.92% -
XYZ 67.78 77.03 83.25 -
YUV 223.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 203 234 226 0.13 0 0.03 0.08 164.52 0.42 0.86
Hex CB EA E2 D 0 3 8 A5 2A 56
Octal 313 352 342 15 0 3 10 245 52 126
Binary 11001011 11101010 11100010 1101 0 11 1000 10100101 101010 1010110

Color Harmonies of #CBEAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEAE2

Black with #CBEAE2

Text Example


Text Example

White with #CBEAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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