Html Css Color HEX #CEDCDA Jagged Ice

📋 copy color: '#CEDCDA'

red 206 ◦ green 220 ◦ blue 218

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

Shades of Jagged Ice #CEDCDA

Tints of Jagged Ice #CEDCDA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.16%

 BLUE value IS 218 (85.55% from 255) = 33.85%

R = 31.99%
G = 34.16%
B = 33.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#CEDCDA (or 0xCEDCDA) is known color: Jagged Ice. HEX triplet: CE, DC and DA. RGB value is (206,220,218). Sum of RGB (Red+Green+Blue) = 206+220+218=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCDA is #312325. Grayscale: #D7D7D7. Windows color (decimal): -3220262 or 14343374. OLE color: 14343374.

HSL color Cylindrical-coordinate representation of color #CEDCDA: hue angle of 171.43º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEDCDA is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 220 218 -
CMYK 0.06 0 0.01 0.14
HSL 171.43º 0.17% 0.84% -
HSV(B) 171.43º 0.06% 0.86% -
XYZ 63.7 69.37 76.36 -
YUV 215.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 206 220 218 0.06 0 0.01 0.14 171.43 0.17 0.84
Hex CE DC DA 6 0 1 E AB 11 54
Octal 316 334 332 6 0 1 16 253 21 124
Binary 11001110 11011100 11011010 110 0 1 1110 10101011 10001 1010100

Color Harmonies of #CEDCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCDA

Black with #CEDCDA

Text Example


Text Example

White with #CEDCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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