Html Css Color HEX #CCBAD4 Prelude

📋 copy color: '#CCBAD4'

red 204 ◦ green 186 ◦ blue 212

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

Shades of Prelude #CCBAD4

Tints of Prelude #CCBAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.22%

R = 33.89%
G = 30.9%
B = 35.22%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CCBAD4 (or 0xCCBAD4) is known color: Prelude. HEX triplet: CC, BA and D4. RGB value is (204,186,212). Sum of RGB (Red+Green+Blue) = 204+186+212=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 212 - color contains mainly: blue. Hex color #CCBAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAD4 is #33452B. Grayscale: #C2C2C2. Windows color (decimal): -3360044 or 13941452. OLE color: 13941452.

HSL color Cylindrical-coordinate representation of color #CCBAD4: hue angle of 281.54º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCBAD4 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 186 212 -
CMYK 0.04 0.12 0 0.17
HSL 281.54º 0.23% 0.78% -
HSV(B) 281.54º 0.12% 0.83% -
XYZ 54.34 52.71 69.6 -
YUV 194.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 204 186 212 0.04 0.12 0 0.17 281.54 0.23 0.78
Hex CC BA D4 4 C 0 11 11A 17 4E
Octal 314 272 324 4 14 0 21 432 27 116
Binary 11001100 10111010 11010100 100 1100 0 10001 100011010 10111 1001110

Color Harmonies of #CCBAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBAD4

Black with #CCBAD4

Text Example


Text Example

White with #CCBAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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