Html Css Color HEX #CEDFDC Jagged Ice

📋 copy color: '#CEDFDC'

red 206 ◦ green 223 ◦ blue 220

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

Shades of Jagged Ice #CEDFDC

Tints of Jagged Ice #CEDFDC

RGB

 RED value IS 206 (80.86% from 255) = 31.74%

 GREEN value IS 223 (87.5% from 255) = 34.36%

 BLUE value IS 220 (86.33% from 255) = 33.9%

R = 31.74%
G = 34.36%
B = 33.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#CEDFDC (or 0xCEDFDC) is known color: Jagged Ice. HEX triplet: CE, DF and DC. RGB value is (206,223,220). Sum of RGB (Red+Green+Blue) = 206+223+220=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFDC is #312023. Grayscale: #D9D9D9. Windows color (decimal): -3219492 or 14475214. OLE color: 14475214.

HSL color Cylindrical-coordinate representation of color #CEDFDC: hue angle of 169.41º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEDFDC is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 223 220 -
CMYK 0.08 0 0.01 0.13
HSL 169.41º 0.21% 0.84% -
HSV(B) 169.41º 0.08% 0.87% -
XYZ 64.76 71.06 78.01 -
YUV 217.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 206 223 220 0.08 0 0.01 0.13 169.41 0.21 0.84
Hex CE DF DC 8 0 1 D A9 15 54
Octal 316 337 334 10 0 1 15 251 25 124
Binary 11001110 11011111 11011100 1000 0 1 1101 10101001 10101 1010100

Color Harmonies of #CEDFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDFDC

Black with #CEDFDC

Text Example


Text Example

White with #CEDFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDFDC; }

 p { color: rgb(206,223,220); }

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

background-color css

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

 a { background-color: rgb(206,223,220); }

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

border-color css

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

 span { border-color: rgb(206,223,220); }

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