Html Css Color HEX #C8DDB4 Surf Crest

📋 copy color: '#C8DDB4'

red 200 ◦ green 221 ◦ blue 180

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

Shades of Surf Crest #C8DDB4

Tints of Surf Crest #C8DDB4

RGB

 RED value IS 200 (78.52% from 255) = 33.28%

 GREEN value IS 221 (86.72% from 255) = 36.77%

 BLUE value IS 180 (70.7% from 255) = 29.95%

R = 33.28%
G = 36.77%
B = 29.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#C8DDB4 (or 0xC8DDB4) is known color: Surf Crest. HEX triplet: C8, DD and B4. RGB value is (200,221,180). Sum of RGB (Red+Green+Blue) = 200+221+180=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDB4 is #37224B. Grayscale: #D2D2D2. Windows color (decimal): -3613260 or 11853256. OLE color: 11853256.

HSL color Cylindrical-coordinate representation of color #C8DDB4: hue angle of 90.73º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8DDB4 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 221 180 -
CMYK 0.10 0 0.19 0.13
HSL 90.73º 0.38% 0.79% -
HSV(B) 90.73º 0.19% 0.87% -
XYZ 57.91 67.29 53.12 -
YUV 210.05 111.04 120.83 -
System Red Green Blue C M Y K H S L
Decimal 200 221 180 0.10 0 0.19 0.13 90.73 0.38 0.79
Hex C8 DD B4 A 0 13 D 5B 26 4F
Octal 310 335 264 12 0 23 15 133 46 117
Binary 11001000 11011101 10110100 1010 0 10011 1101 1011011 100110 1001111

Color Harmonies of #C8DDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DDB4

Black with #C8DDB4

Text Example


Text Example

White with #C8DDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DDB4; }

 p { color: rgb(200,221,180); }

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

background-color css

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

 a { background-color: rgb(200,221,180); }

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

border-color css

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

 span { border-color: rgb(200,221,180); }

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