Html Css Color HEX #CAD9C6 Surf Crest

📋 copy color: '#CAD9C6'

red 202 ◦ green 217 ◦ blue 198

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

Shades of Surf Crest #CAD9C6

Tints of Surf Crest #CAD9C6

RGB

 RED value IS 202 (79.3% from 255) = 32.74%

 GREEN value IS 217 (85.16% from 255) = 35.17%

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

R = 32.74%
G = 35.17%
B = 32.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#CAD9C6 (or 0xCAD9C6) is known color: Surf Crest. HEX triplet: CA, D9 and C6. RGB value is (202,217,198). Sum of RGB (Red+Green+Blue) = 202+217+198=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9C6 is #352639. Grayscale: #D2D2D2. Windows color (decimal): -3483194 or 13031882. OLE color: 13031882.

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

Color convert

RGB 202 217 198 -
CMYK 0.07 0 0.09 0.15
HSL 107.37º 0.2% 0.81% -
HSV(B) 107.37º 0.09% 0.85% -
XYZ 59.36 66.26 63.09 -
YUV 210.35 121.03 122.04 -
System Red Green Blue C M Y K H S L
Decimal 202 217 198 0.07 0 0.09 0.15 107.37 0.2 0.81
Hex CA D9 C6 7 0 9 F 6B 14 51
Octal 312 331 306 7 0 11 17 153 24 121
Binary 11001010 11011001 11000110 111 0 1001 1111 1101011 10100 1010001

Color Harmonies of #CAD9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD9C6

Black with #CAD9C6

Text Example


Text Example

White with #CAD9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD9C6; }

 p { color: rgb(202,217,198); }

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

background-color css

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

 a { background-color: rgb(202,217,198); }

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

border-color css

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

 span { border-color: rgb(202,217,198); }

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