Html Css Color HEX #CCBAD2 Prelude

📋 copy color: '#CCBAD2'

red 204 ◦ green 186 ◦ blue 210

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

Shades of Prelude #CCBAD2

Tints of Prelude #CCBAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35%

R = 34%
G = 31%
B = 35%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCBAD2 (or 0xCCBAD2) is known color: Prelude. HEX triplet: CC, BA and D2. RGB value is (204,186,210). Sum of RGB (Red+Green+Blue) = 204+186+210=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCBAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAD2 is #33452D. Grayscale: #C2C2C2. Windows color (decimal): -3360046 or 13810380. OLE color: 13810380.

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

Color convert

RGB 204 186 210 -
CMYK 0.03 0.11 0 0.18
HSL 285º 0.21% 0.78% -
HSV(B) 285º 0.11% 0.82% -
XYZ 54.09 52.61 68.28 -
YUV 194.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 204 186 210 0.03 0.11 0 0.18 285 0.21 0.78
Hex CC BA D2 3 B 0 12 11D 15 4E
Octal 314 272 322 3 13 0 22 435 25 116
Binary 11001100 10111010 11010010 11 1011 0 10010 100011101 10101 1001110

Color Harmonies of #CCBAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBAD2

Black with #CCBAD2

Text Example


Text Example

White with #CCBAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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