Html Css Color HEX #CDE6E3 Jagged Ice

📋 copy color: '#CDE6E3'

red 205 ◦ green 230 ◦ blue 227

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

Shades of Jagged Ice #CDE6E3

Tints of Jagged Ice #CDE6E3

RGB

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

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

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

R = 30.97%
G = 34.74%
B = 34.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#CDE6E3 (or 0xCDE6E3) is known color: Jagged Ice. HEX triplet: CD, E6 and E3. RGB value is (205,230,227). Sum of RGB (Red+Green+Blue) = 205+230+227=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 230 (90.23% from 255 or 34.74% from 662); Blue value is 227 (89.06% from 255 or 34.29% from 662); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6E3 is #32191C. Grayscale: #DEDEDE. Windows color (decimal): -3283229 or 14935757. OLE color: 14935757.

HSL color Cylindrical-coordinate representation of color #CDE6E3: hue angle of 172.8º 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 #CDE6E3 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 230 227 -
CMYK 0.11 0 0.01 0.10
HSL 172.8º 0.33% 0.85% -
HSV(B) 172.8º 0.11% 0.9% -
XYZ 67.34 75.12 83.62 -
YUV 222.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 205 230 227 0.11 0 0.01 0.10 172.8 0.33 0.85
Hex CD E6 E3 B 0 1 A AD 21 55
Octal 315 346 343 13 0 1 12 255 41 125
Binary 11001101 11100110 11100011 1011 0 1 1010 10101101 100001 1010101

Color Harmonies of #CDE6E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE6E3

Black with #CDE6E3

Text Example


Text Example

White with #CDE6E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE6E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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