Html Css Color HEX #CCD8C6 Surf Crest

📋 copy color: '#CCD8C6'

red 204 ◦ green 216 ◦ blue 198

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

Shades of Surf Crest #CCD8C6

Tints of Surf Crest #CCD8C6

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.95%

 BLUE value IS 198 (77.73% from 255) = 32.04%

R = 33.01%
G = 34.95%
B = 32.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#CCD8C6 (or 0xCCD8C6) is known color: Surf Crest. HEX triplet: CC, D8 and C6. RGB value is (204,216,198). Sum of RGB (Red+Green+Blue) = 204+216+198=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8C6 is #332739. Grayscale: #D2D2D2. Windows color (decimal): -3352378 or 13031628. OLE color: 13031628.

HSL color Cylindrical-coordinate representation of color #CCD8C6: hue angle of 100º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCD8C6 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 216 198 -
CMYK 0.06 0 0.08 0.15
HSL 100º 0.19% 0.81% -
HSV(B) 100º 0.08% 0.85% -
XYZ 59.65 66.03 63.03 -
YUV 210.36 121.02 123.46 -
System Red Green Blue C M Y K H S L
Decimal 204 216 198 0.06 0 0.08 0.15 100 0.19 0.81
Hex CC D8 C6 6 0 8 F 64 13 51
Octal 314 330 306 6 0 10 17 144 23 121
Binary 11001100 11011000 11000110 110 0 1000 1111 1100100 10011 1010001

Color Harmonies of #CCD8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD8C6

Black with #CCD8C6

Text Example


Text Example

White with #CCD8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD8C6; }

 p { color: rgb(204,216,198); }

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

background-color css

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

 a { background-color: rgb(204,216,198); }

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

border-color css

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

 span { border-color: rgb(204,216,198); }

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