Html Css Color HEX #CCBED6 Prelude

📋 copy color: '#CCBED6'

red 204 ◦ green 190 ◦ blue 214

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

Shades of Prelude #CCBED6

Tints of Prelude #CCBED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.2%

R = 33.55%
G = 31.25%
B = 35.2%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCBED6 (or 0xCCBED6) is known color: Prelude. HEX triplet: CC, BE and D6. RGB value is (204,190,214). Sum of RGB (Red+Green+Blue) = 204+190+214=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 214 (83.98% from 255 or 35.20% from 608); Max value from RGB is 214 - color contains mainly: blue. Hex color #CCBED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBED6 is #334129. Grayscale: #C4C4C4. Windows color (decimal): -3359018 or 14073548. OLE color: 14073548.

HSL color Cylindrical-coordinate representation of color #CCBED6: hue angle of 275º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCBED6 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 190 214 -
CMYK 0.05 0.11 0 0.16
HSL 275º 0.23% 0.79% -
HSV(B) 275º 0.11% 0.84% -
XYZ 55.45 54.52 71.22 -
YUV 196.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 204 190 214 0.05 0.11 0 0.16 275 0.23 0.79
Hex CC BE D6 5 B 0 10 113 17 4F
Octal 314 276 326 5 13 0 20 423 27 117
Binary 11001100 10111110 11010110 101 1011 0 10000 100010011 10111 1001111

Color Harmonies of #CCBED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBED6

Black with #CCBED6

Text Example


Text Example

White with #CCBED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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