Html Css Color HEX #CDE6E2 Jagged Ice

📋 copy color: '#CDE6E2'

red 205 ◦ green 230 ◦ blue 226

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

Shades of Jagged Ice #CDE6E2

Tints of Jagged Ice #CDE6E2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.8%

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

R = 31.01%
G = 34.8%
B = 34.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#CDE6E2 (or 0xCDE6E2) is known color: Jagged Ice. HEX triplet: CD, E6 and E2. RGB value is (205,230,226). Sum of RGB (Red+Green+Blue) = 205+230+226=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 230 (90.23% from 255 or 34.80% from 661); Blue value is 226 (88.67% from 255 or 34.19% from 661); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6E2 is #32191D. Grayscale: #DEDEDE. Windows color (decimal): -3283230 or 14870221. OLE color: 14870221.

HSL color Cylindrical-coordinate representation of color #CDE6E2: hue angle of 170.4º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDE6E2 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 230 226 -
CMYK 0.11 0 0.02 0.10
HSL 170.4º 0.33% 0.85% -
HSV(B) 170.4º 0.11% 0.9% -
XYZ 67.2 75.06 82.9 -
YUV 222.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 205 230 226 0.11 0 0.02 0.10 170.4 0.33 0.85
Hex CD E6 E2 B 0 2 A AA 21 55
Octal 315 346 342 13 0 2 12 252 41 125
Binary 11001101 11100110 11100010 1011 0 10 1010 10101010 100001 1010101

Color Harmonies of #CDE6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE6E2

Black with #CDE6E2

Text Example


Text Example

White with #CDE6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE6E2; }

 p { color: rgb(205,230,226); }

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

background-color css

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

 a { background-color: rgb(205,230,226); }

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

border-color css

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

 span { border-color: rgb(205,230,226); }

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