Html Css Color HEX #CCCFDB Link Water

📋 copy color: '#CCCFDB'

red 204 ◦ green 207 ◦ blue 219

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

Shades of Link Water #CCCFDB

Tints of Link Water #CCCFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.86%

 BLUE value IS 219 (85.94% from 255) = 34.76%

R = 32.38%
G = 32.86%
B = 34.76%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCCFDB (or 0xCCCFDB) is known color: Link Water. HEX triplet: CC, CF and DB. RGB value is (204,207,219). Sum of RGB (Red+Green+Blue) = 204+207+219=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCCFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFDB is #333024. Grayscale: #CFCFCF. Windows color (decimal): -3354661 or 14405580. OLE color: 14405580.

HSL color Cylindrical-coordinate representation of color #CCCFDB: hue angle of 228º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCCFDB is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 207 219 -
CMYK 0.07 0.05 0 0.14
HSL 228º 0.17% 0.83% -
HSV(B) 228º 0.07% 0.86% -
XYZ 60 62.58 75.93 -
YUV 207.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 204 207 219 0.07 0.05 0 0.14 228 0.17 0.83
Hex CC CF DB 7 5 0 E E4 11 53
Octal 314 317 333 7 5 0 16 344 21 123
Binary 11001100 11001111 11011011 111 101 0 1110 11100100 10001 1010011

Color Harmonies of #CCCFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCFDB

Black with #CCCFDB

Text Example


Text Example

White with #CCCFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCFDB; }

 p { color: rgb(204,207,219); }

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

background-color css

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

 a { background-color: rgb(204,207,219); }

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

border-color css

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

 span { border-color: rgb(204,207,219); }

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