Html Css Color HEX #CFDCDA Jagged Ice

📋 copy color: '#CFDCDA'

red 207 ◦ green 220 ◦ blue 218

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

Shades of Jagged Ice #CFDCDA

Tints of Jagged Ice #CFDCDA

RGB

 RED value IS 207 (81.25% from 255) = 32.09%

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

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

R = 32.09%
G = 34.11%
B = 33.8%

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

#CFDCDA (or 0xCFDCDA) is known color: Jagged Ice. HEX triplet: CF, DC and DA. RGB value is (207,220,218). Sum of RGB (Red+Green+Blue) = 207+220+218=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCDA is #302325. Grayscale: #D7D7D7. Windows color (decimal): -3154726 or 14343375. OLE color: 14343375.

HSL color Cylindrical-coordinate representation of color #CFDCDA: hue angle of 170.77º degrees, saturation: 0.16, 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 #CFDCDA is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 220 218 -
CMYK 0.06 0 0.01 0.14
HSL 170.77º 0.16% 0.84% -
HSV(B) 170.77º 0.06% 0.86% -
XYZ 63.98 69.51 76.38 -
YUV 215.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 207 220 218 0.06 0 0.01 0.14 170.77 0.16 0.84
Hex CF DC DA 6 0 1 E AB 10 54
Octal 317 334 332 6 0 1 16 253 20 124
Binary 11001111 11011100 11011010 110 0 1 1110 10101011 10000 1010100

Color Harmonies of #CFDCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDCDA

Black with #CFDCDA

Text Example


Text Example

White with #CFDCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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