Html Css Color HEX #CCBADA Prelude

📋 copy color: '#CCBADA'

red 204 ◦ green 186 ◦ blue 218

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

Shades of Prelude #CCBADA

Tints of Prelude #CCBADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.86%

R = 33.55%
G = 30.59%
B = 35.86%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCBADA (or 0xCCBADA) is known color: Prelude. HEX triplet: CC, BA and DA. RGB value is (204,186,218). Sum of RGB (Red+Green+Blue) = 204+186+218=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCBADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBADA is #334525. Grayscale: #C2C2C2. Windows color (decimal): -3360038 or 14334668. OLE color: 14334668.

HSL color Cylindrical-coordinate representation of color #CCBADA: hue angle of 273.75º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCBADA is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 186 218 -
CMYK 0.06 0.15 0 0.15
HSL 273.75º 0.3% 0.79% -
HSV(B) 273.75º 0.15% 0.85% -
XYZ 55.12 53.02 73.66 -
YUV 195.03 140.96 134.4 -
System Red Green Blue C M Y K H S L
Decimal 204 186 218 0.06 0.15 0 0.15 273.75 0.3 0.79
Hex CC BA DA 6 F 0 F 112 1E 4F
Octal 314 272 332 6 17 0 17 422 36 117
Binary 11001100 10111010 11011010 110 1111 0 1111 100010010 11110 1001111

Color Harmonies of #CCBADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBADA

Black with #CCBADA

Text Example


Text Example

White with #CCBADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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