Html Css Color HEX #CBD4E7 Periwinkle

📋 copy color: '#CBD4E7'

red 203 ◦ green 212 ◦ blue 231

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

Shades of Periwinkle #CBD4E7

Tints of Periwinkle #CBD4E7

RGB

 RED value IS 203 (79.69% from 255) = 31.42%

 GREEN value IS 212 (83.2% from 255) = 32.82%

 BLUE value IS 231 (90.63% from 255) = 35.76%

R = 31.42%
G = 32.82%
B = 35.76%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CBD4E7 (or 0xCBD4E7) is known color: Periwinkle. HEX triplet: CB, D4 and E7. RGB value is (203,212,231). Sum of RGB (Red+Green+Blue) = 203+212+231=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 212 (83.20% from 255 or 32.82% from 646); Blue value is 231 (90.62% from 255 or 35.76% from 646); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBD4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD4E7 is #342B18. Grayscale: #D3D3D3. Windows color (decimal): -3418905 or 15193291. OLE color: 15193291.

HSL color Cylindrical-coordinate representation of color #CBD4E7: hue angle of 220.71º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBD4E7 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 212 231 -
CMYK 0.12 0.08 0 0.09
HSL 220.71º 0.37% 0.85% -
HSV(B) 220.71º 0.12% 0.91% -
XYZ 62.6 65.55 84.96 -
YUV 211.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 203 212 231 0.12 0.08 0 0.09 220.71 0.37 0.85
Hex CB D4 E7 C 8 0 9 DD 25 55
Octal 313 324 347 14 10 0 11 335 45 125
Binary 11001011 11010100 11100111 1100 1000 0 1001 11011101 100101 1010101

Color Harmonies of #CBD4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD4E7

Black with #CBD4E7

Text Example


Text Example

White with #CBD4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD4E7; }

 p { color: rgb(203,212,231); }

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

background-color css

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

 a { background-color: rgb(203,212,231); }

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

border-color css

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

 span { border-color: rgb(203,212,231); }

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