Html Css Color HEX #CCBAD0 Prelude

📋 copy color: '#CCBAD0'

red 204 ◦ green 186 ◦ blue 208

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

Shades of Prelude #CCBAD0

Tints of Prelude #CCBAD0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.1%

 BLUE value IS 208 (81.64% from 255) = 34.78%

R = 34.11%
G = 31.1%
B = 34.78%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCBAD0 (or 0xCCBAD0) is known color: Prelude. HEX triplet: CC, BA and D0. RGB value is (204,186,208). Sum of RGB (Red+Green+Blue) = 204+186+208=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCBAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAD0 is #33452F. Grayscale: #C1C1C1. Windows color (decimal): -3360048 or 13679308. OLE color: 13679308.

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

Color convert

RGB 204 186 208 -
CMYK 0.02 0.11 0 0.18
HSL 289.09º 0.19% 0.77% -
HSV(B) 289.09º 0.11% 0.82% -
XYZ 53.85 52.51 66.97 -
YUV 193.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 204 186 208 0.02 0.11 0 0.18 289.09 0.19 0.77
Hex CC BA D0 2 B 0 12 121 13 4D
Octal 314 272 320 2 13 0 22 441 23 115
Binary 11001100 10111010 11010000 10 1011 0 10010 100100001 10011 1001101

Color Harmonies of #CCBAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBAD0

Black with #CCBAD0

Text Example


Text Example

White with #CCBAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBAD0; }

 p { color: rgb(204,186,208); }

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

background-color css

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

 a { background-color: rgb(204,186,208); }

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

border-color css

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

 span { border-color: rgb(204,186,208); }

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