Html Css Color HEX #CBD8C9 Surf Crest

📋 copy color: '#CBD8C9'

red 203 ◦ green 216 ◦ blue 201

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

Shades of Surf Crest #CBD8C9

Tints of Surf Crest #CBD8C9

RGB

 RED value IS 203 (79.69% from 255) = 32.74%

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

 BLUE value IS 201 (78.91% from 255) = 32.42%

R = 32.74%
G = 34.84%
B = 32.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#CBD8C9 (or 0xCBD8C9) is known color: Surf Crest. HEX triplet: CB, D8 and C9. RGB value is (203,216,201). Sum of RGB (Red+Green+Blue) = 203+216+201=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD8C9 is #342736. Grayscale: #D2D2D2. Windows color (decimal): -3417911 or 13228235. OLE color: 13228235.

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

Color convert

RGB 203 216 201 -
CMYK 0.06 0 0.07 0.15
HSL 112º 0.16% 0.82% -
HSV(B) 112º 0.07% 0.85% -
XYZ 59.73 66.03 64.85 -
YUV 210.4 122.69 122.72 -
System Red Green Blue C M Y K H S L
Decimal 203 216 201 0.06 0 0.07 0.15 112 0.16 0.82
Hex CB D8 C9 6 0 7 F 70 10 52
Octal 313 330 311 6 0 7 17 160 20 122
Binary 11001011 11011000 11001001 110 0 111 1111 1110000 10000 1010010

Color Harmonies of #CBD8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD8C9

Black with #CBD8C9

Text Example


Text Example

White with #CBD8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD8C9; }

 p { color: rgb(203,216,201); }

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

background-color css

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

 a { background-color: rgb(203,216,201); }

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

border-color css

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

 span { border-color: rgb(203,216,201); }

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