Html Css Color HEX #CBE7E2 Jagged Ice

📋 copy color: '#CBE7E2'

red 203 ◦ green 231 ◦ blue 226

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

Shades of Jagged Ice #CBE7E2

Tints of Jagged Ice #CBE7E2

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35%

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

R = 30.76%
G = 35%
B = 34.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#CBE7E2 (or 0xCBE7E2) is known color: Jagged Ice. HEX triplet: CB, E7 and E2. RGB value is (203,231,226). Sum of RGB (Red+Green+Blue) = 203+231+226=660 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.76% from 660); Green value is 231 (90.62% from 255 or 35% from 660); Blue value is 226 (88.67% from 255 or 34.24% from 660); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE7E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE7E2 is #34181D. Grayscale: #DEDEDE. Windows color (decimal): -3414046 or 14870475. OLE color: 14870475.

HSL color Cylindrical-coordinate representation of color #CBE7E2: hue angle of 169.29º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBE7E2 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 231 226 -
CMYK 0.12 0 0.02 0.09
HSL 169.29º 0.37% 0.85% -
HSV(B) 169.29º 0.12% 0.91% -
XYZ 66.93 75.34 82.97 -
YUV 222.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 203 231 226 0.12 0 0.02 0.09 169.29 0.37 0.85
Hex CB E7 E2 C 0 2 9 A9 25 55
Octal 313 347 342 14 0 2 11 251 45 125
Binary 11001011 11100111 11100010 1100 0 10 1001 10101001 100101 1010101

Color Harmonies of #CBE7E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE7E2

Black with #CBE7E2

Text Example


Text Example

White with #CBE7E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE7E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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