Html Css Color HEX #CDE9E4 Jagged Ice

📋 copy color: '#CDE9E4'

red 205 ◦ green 233 ◦ blue 228

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

Shades of Jagged Ice #CDE9E4

Tints of Jagged Ice #CDE9E4

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.98%

 BLUE value IS 228 (89.45% from 255) = 34.23%

R = 30.78%
G = 34.98%
B = 34.23%

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

#CDE9E4 (or 0xCDE9E4) is known color: Jagged Ice. HEX triplet: CD, E9 and E4. RGB value is (205,233,228). Sum of RGB (Red+Green+Blue) = 205+233+228=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 233 (91.41% from 255 or 34.98% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE9E4 is #32161B. Grayscale: #E0E0E0. Windows color (decimal): -3282460 or 15002061. OLE color: 15002061.

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

Color convert

RGB 205 233 228 -
CMYK 0.12 0 0.02 0.09
HSL 169.29º 0.39% 0.86% -
HSV(B) 169.29º 0.12% 0.91% -
XYZ 68.32 76.86 84.63 -
YUV 224.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 205 233 228 0.12 0 0.02 0.09 169.29 0.39 0.86
Hex CD E9 E4 C 0 2 9 A9 27 56
Octal 315 351 344 14 0 2 11 251 47 126
Binary 11001101 11101001 11100100 1100 0 10 1001 10101001 100111 1010110

Color Harmonies of #CDE9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE9E4

Black with #CDE9E4

Text Example


Text Example

White with #CDE9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE9E4; }

 p { color: rgb(205,233,228); }

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

background-color css

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

 a { background-color: rgb(205,233,228); }

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

border-color css

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

 span { border-color: rgb(205,233,228); }

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