Html Css Color HEX #CDEAE5 Jagged Ice

📋 copy color: '#CDEAE5'

red 205 ◦ green 234 ◦ blue 229

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

Shades of Jagged Ice #CDEAE5

Tints of Jagged Ice #CDEAE5

RGB

 RED value IS 205 (80.47% from 255) = 30.69%

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

 BLUE value IS 229 (89.84% from 255) = 34.28%

R = 30.69%
G = 35.03%
B = 34.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#CDEAE5 (or 0xCDEAE5) is known color: Jagged Ice. HEX triplet: CD, EA and E5. RGB value is (205,234,229). Sum of RGB (Red+Green+Blue) = 205+234+229=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 229 (89.84% from 255 or 34.28% from 668); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEAE5 is #32151A. Grayscale: #E0E0E0. Windows color (decimal): -3282203 or 15067853. OLE color: 15067853.

HSL color Cylindrical-coordinate representation of color #CDEAE5: hue angle of 169.66º degrees, saturation: 0.41, 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 #CDEAE5 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 234 229 -
CMYK 0.12 0 0.02 0.08
HSL 169.66º 0.41% 0.86% -
HSV(B) 169.66º 0.12% 0.92% -
XYZ 68.74 77.48 85.46 -
YUV 224.76 130.39 113.91 -
System Red Green Blue C M Y K H S L
Decimal 205 234 229 0.12 0 0.02 0.08 169.66 0.41 0.86
Hex CD EA E5 C 0 2 8 AA 29 56
Octal 315 352 345 14 0 2 10 252 51 126
Binary 11001101 11101010 11100101 1100 0 10 1000 10101010 101001 1010110

Color Harmonies of #CDEAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEAE5

Black with #CDEAE5

Text Example


Text Example

White with #CDEAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEAE5; }

 p { color: rgb(205,234,229); }

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

background-color css

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

 a { background-color: rgb(205,234,229); }

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

border-color css

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

 span { border-color: rgb(205,234,229); }

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