Html Css Color HEX #CDECE6 Jagged Ice

📋 copy color: '#CDECE6'

red 205 ◦ green 236 ◦ blue 230

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

Shades of Jagged Ice #CDECE6

Tints of Jagged Ice #CDECE6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.17%

 BLUE value IS 230 (90.23% from 255) = 34.28%

R = 30.55%
G = 35.17%
B = 34.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#CDECE6 (or 0xCDECE6) is known color: Jagged Ice. HEX triplet: CD, EC and E6. RGB value is (205,236,230). Sum of RGB (Red+Green+Blue) = 205+236+230=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDECE6 is #321319. Grayscale: #E2E2E2. Windows color (decimal): -3281690 or 15133901. OLE color: 15133901.

HSL color Cylindrical-coordinate representation of color #CDECE6: hue angle of 168.39º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDECE6 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 236 230 -
CMYK 0.13 0 0.03 0.07
HSL 168.39º 0.45% 0.86% -
HSV(B) 168.39º 0.13% 0.93% -
XYZ 69.46 78.68 86.39 -
YUV 226.05 130.23 112.99 -
System Red Green Blue C M Y K H S L
Decimal 205 236 230 0.13 0 0.03 0.07 168.39 0.45 0.86
Hex CD EC E6 D 0 3 7 A8 2D 56
Octal 315 354 346 15 0 3 7 250 55 126
Binary 11001101 11101100 11100110 1101 0 11 111 10101000 101101 1010110

Color Harmonies of #CDECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDECE6

Black with #CDECE6

Text Example


Text Example

White with #CDECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDECE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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