Html Css Color HEX #CCD1B2 Orinoco

📋 copy color: '#CCD1B2'

red 204 ◦ green 209 ◦ blue 178

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

Shades of Orinoco #CCD1B2

Tints of Orinoco #CCD1B2

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.36%

 BLUE value IS 178 (69.92% from 255) = 30.12%

R = 34.52%
G = 35.36%
B = 30.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#CCD1B2 (or 0xCCD1B2) is known color: Orinoco. HEX triplet: CC, D1 and B2. RGB value is (204,209,178). Sum of RGB (Red+Green+Blue) = 204+209+178=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 178 (69.92% from 255 or 30.12% from 591); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD1B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD1B2 is #332E4D. Grayscale: #CCCCCC. Windows color (decimal): -3354190 or 11719116. OLE color: 11719116.

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

Color convert

RGB 204 209 178 -
CMYK 0.02 0 0.15 0.18
HSL 69.68º 0.25% 0.76% -
HSV(B) 69.68º 0.15% 0.82% -
XYZ 55.74 61.65 51.08 -
YUV 203.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 204 209 178 0.02 0 0.15 0.18 69.68 0.25 0.76
Hex CC D1 B2 2 0 F 12 46 19 4C
Octal 314 321 262 2 0 17 22 106 31 114
Binary 11001100 11010001 10110010 10 0 1111 10010 1000110 11001 1001100

Color Harmonies of #CCD1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD1B2

Black with #CCD1B2

Text Example


Text Example

White with #CCD1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD1B2; }

 p { color: rgb(204,209,178); }

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

background-color css

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

 a { background-color: rgb(204,209,178); }

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

border-color css

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

 span { border-color: rgb(204,209,178); }

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