Html Css Color HEX #CBEAE3 Jagged Ice

📋 copy color: '#CBEAE3'

red 203 ◦ green 234 ◦ blue 227

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

Shades of Jagged Ice #CBEAE3

Tints of Jagged Ice #CBEAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.19%

R = 30.57%
G = 35.24%
B = 34.19%

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

#CBEAE3 (or 0xCBEAE3) is known color: Jagged Ice. HEX triplet: CB, EA and E3. RGB value is (203,234,227). Sum of RGB (Red+Green+Blue) = 203+234+227=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 227 (89.06% from 255 or 34.19% from 664); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEAE3 is #34151C. Grayscale: #DFDFDF. Windows color (decimal): -3413277 or 14936779. OLE color: 14936779.

HSL color Cylindrical-coordinate representation of color #CBEAE3: hue angle of 166.45º 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 #CBEAE3 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 234 227 -
CMYK 0.13 0 0.03 0.08
HSL 166.45º 0.42% 0.86% -
HSV(B) 166.45º 0.13% 0.92% -
XYZ 67.92 77.09 83.97 -
YUV 223.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 203 234 227 0.13 0 0.03 0.08 166.45 0.42 0.86
Hex CB EA E3 D 0 3 8 A6 2A 56
Octal 313 352 343 15 0 3 10 246 52 126
Binary 11001011 11101010 11100011 1101 0 11 1000 10100110 101010 1010110

Color Harmonies of #CBEAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEAE3

Black with #CBEAE3

Text Example


Text Example

White with #CBEAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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