Html Css Color HEX #CCBDC4 Twilight

📋 copy color: '#CCBDC4'

red 204 ◦ green 189 ◦ blue 196

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

Shades of Twilight #CCBDC4

Tints of Twilight #CCBDC4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.09%

 BLUE value IS 196 (76.95% from 255) = 33.28%

R = 34.63%
G = 32.09%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CCBDC4 (or 0xCCBDC4) is known color: Twilight. HEX triplet: CC, BD and C4. RGB value is (204,189,196). Sum of RGB (Red+Green+Blue) = 204+189+196=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDC4 is #33423B. Grayscale: #C2C2C2. Windows color (decimal): -3359292 or 12893644. OLE color: 12893644.

HSL color Cylindrical-coordinate representation of color #CCBDC4: hue angle of 332º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCBDC4 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 189 196 -
CMYK 0 0.07 0.04 0.2
HSL 332º 0.13% 0.77% -
HSV(B) 332º 0.07% 0.8% -
XYZ 53.06 53.22 59.7 -
YUV 194.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 204 189 196 0 0.07 0.04 0.2 332 0.13 0.77
Hex CC BD C4 0 7 4 14 14C D 4D
Octal 314 275 304 0 7 4 24 514 15 115
Binary 11001100 10111101 11000100 0 111 100 10100 101001100 1101 1001101

Color Harmonies of #CCBDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBDC4

Black with #CCBDC4

Text Example


Text Example

White with #CCBDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBDC4; }

 p { color: rgb(204,189,196); }

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

background-color css

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

 a { background-color: rgb(204,189,196); }

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

border-color css

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

 span { border-color: rgb(204,189,196); }

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