Html Css Color HEX #CDDFDE Jagged Ice

📋 copy color: '#CDDFDE'

red 205 ◦ green 223 ◦ blue 222

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

Shades of Jagged Ice #CDDFDE

Tints of Jagged Ice #CDDFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.15%

R = 31.54%
G = 34.31%
B = 34.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#CDDFDE (or 0xCDDFDE) is known color: Jagged Ice. HEX triplet: CD, DF and DE. RGB value is (205,223,222). Sum of RGB (Red+Green+Blue) = 205+223+222=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFDE is #322021. Grayscale: #D9D9D9. Windows color (decimal): -3285026 or 14606285. OLE color: 14606285.

HSL color Cylindrical-coordinate representation of color #CDDFDE: hue angle of 176.67º degrees, saturation: 0.22, 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 #CDDFDE is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 223 222 -
CMYK 0.08 0 0.00 0.13
HSL 176.67º 0.22% 0.84% -
HSV(B) 176.67º 0.08% 0.87% -
XYZ 64.75 71.03 79.4 -
YUV 217.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 205 223 222 0.08 0 0.00 0.13 176.67 0.22 0.84
Hex CD DF DE 8 0 0 D B1 16 54
Octal 315 337 336 10 0 0 15 261 26 124
Binary 11001101 11011111 11011110 1000 0 0 1101 10110001 10110 1010100

Color Harmonies of #CDDFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDFDE

Black with #CDDFDE

Text Example


Text Example

White with #CDDFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDFDE; }

 p { color: rgb(205,223,222); }

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

background-color css

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

 a { background-color: rgb(205,223,222); }

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

border-color css

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

 span { border-color: rgb(205,223,222); }

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