Html Css Color HEX #CCBEC4 Twilight

📋 copy color: '#CCBEC4'

red 204 ◦ green 190 ◦ blue 196

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

Shades of Twilight #CCBEC4

Tints of Twilight #CCBEC4

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.2%

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

R = 34.58%
G = 32.2%
B = 33.22%

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

#CCBEC4 (or 0xCCBEC4) is known color: Twilight. HEX triplet: CC, BE and C4. RGB value is (204,190,196). Sum of RGB (Red+Green+Blue) = 204+190+196=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 196 (76.95% from 255 or 33.22% from 590); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEC4 is #33413B. Grayscale: #C2C2C2. Windows color (decimal): -3359036 or 12893900. OLE color: 12893900.

HSL color Cylindrical-coordinate representation of color #CCBEC4: hue angle of 334.29º degrees, saturation: 0.12, 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 #CCBEC4 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 190 196 -
CMYK 0 0.07 0.04 0.2
HSL 334.29º 0.12% 0.77% -
HSV(B) 334.29º 0.07% 0.8% -
XYZ 53.28 53.65 59.77 -
YUV 194.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 204 190 196 0 0.07 0.04 0.2 334.29 0.12 0.77
Hex CC BE C4 0 7 4 14 14E C 4D
Octal 314 276 304 0 7 4 24 516 14 115
Binary 11001100 10111110 11000100 0 111 100 10100 101001110 1100 1001101

Color Harmonies of #CCBEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBEC4

Black with #CCBEC4

Text Example


Text Example

White with #CCBEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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