Html Css Color HEX #CEEAE3 Jagged Ice

📋 copy color: '#CEEAE3'

red 206 ◦ green 234 ◦ blue 227

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

Shades of Jagged Ice #CEEAE3

Tints of Jagged Ice #CEEAE3

RGB

 RED value IS 206 (80.86% from 255) = 30.88%

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

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

R = 30.88%
G = 35.08%
B = 34.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#CEEAE3 (or 0xCEEAE3) is known color: Jagged Ice. HEX triplet: CE, EA and E3. RGB value is (206,234,227). Sum of RGB (Red+Green+Blue) = 206+234+227=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 227 (89.06% from 255 or 34.03% from 667); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEAE3 is #31151C. Grayscale: #E0E0E0. Windows color (decimal): -3216669 or 14936782. OLE color: 14936782.

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

Color convert

RGB 206 234 227 -
CMYK 0.12 0 0.03 0.08
HSL 165º 0.4% 0.86% -
HSV(B) 165º 0.12% 0.92% -
XYZ 68.74 77.51 84.01 -
YUV 224.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 206 234 227 0.12 0 0.03 0.08 165 0.4 0.86
Hex CE EA E3 C 0 3 8 A5 28 56
Octal 316 352 343 14 0 3 10 245 50 126
Binary 11001110 11101010 11100011 1100 0 11 1000 10100101 101000 1010110

Color Harmonies of #CEEAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEAE3

Black with #CEEAE3

Text Example


Text Example

White with #CEEAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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