Html Css Color HEX #CCD0C4 Grey Nurse

📋 copy color: '#CCD0C4'

red 204 ◦ green 208 ◦ blue 196

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

Shades of Grey Nurse #CCD0C4

Tints of Grey Nurse #CCD0C4

RGB

 RED value IS 204 (80.08% from 255) = 33.55%

 GREEN value IS 208 (81.64% from 255) = 34.21%

 BLUE value IS 196 (76.95% from 255) = 32.24%

R = 33.55%
G = 34.21%
B = 32.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#CCD0C4 (or 0xCCD0C4) is known color: Grey Nurse. HEX triplet: CC, D0 and C4. RGB value is (204,208,196). Sum of RGB (Red+Green+Blue) = 204+208+196=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0C4 is #332F3B. Grayscale: #CDCDCD. Windows color (decimal): -3354428 or 12898508. OLE color: 12898508.

HSL color Cylindrical-coordinate representation of color #CCD0C4: hue angle of 80º degrees, saturation: 0.11, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD0C4 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 196 -
CMYK 0.02 0 0.06 0.18
HSL 80º 0.11% 0.79% -
HSV(B) 80º 0.06% 0.82% -
XYZ 57.42 61.93 61.15 -
YUV 205.44 122.67 126.98 -
System Red Green Blue C M Y K H S L
Decimal 204 208 196 0.02 0 0.06 0.18 80 0.11 0.79
Hex CC D0 C4 2 0 6 12 50 B 4F
Octal 314 320 304 2 0 6 22 120 13 117
Binary 11001100 11010000 11000100 10 0 110 10010 1010000 1011 1001111

Color Harmonies of #CCD0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0C4

Black with #CCD0C4

Text Example


Text Example

White with #CCD0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0C4; }

 p { color: rgb(204,208,196); }

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

background-color css

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

 a { background-color: rgb(204,208,196); }

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

border-color css

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

 span { border-color: rgb(204,208,196); }

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